home *** CD-ROM | disk | FTP | other *** search
- function init()
- {
- play();
- }
- function openSearchPage(linktoSend)
- {
- Tardis.webPageOpen(linktoSend);
- }
- function submitListing()
- {
- }
- function submitForm()
- {
- var dateQuery = "&dd=" + dayMC.optionValue + "&mm=" + monthMC.optionValue + "&yy=" + yearMC.optionValue;
- var _loc1_ = "";
- var _loc3_ = "";
- var titleQuery = "";
- var runQuery = "&period=" + periodSelectMC.optionValue;
- if(eventSelectorMC.optionValue != null)
- {
- _loc1_ = "&type=" + eventSelectorMC.optionValue;
- }
- if(venueMC.searchFF != venueMC.defaultValue && venueMC.searchFF != "")
- {
- _loc3_ = "&venue=" + escape(venueMC.searchFF);
- }
- if(titleMC.searchFF != titleMC.defaultValue && titleMC.searchFF != "")
- {
- titleQuery = "&title=" + escape(titleMC.searchFF);
- }
- if(townMC.searchFF != townMC.defaultValue && townMC.searchFF != "")
- {
- locationQuery = "&location=" + escape(townMC.searchFF);
- }
- var _loc2_ = "http://themonth.ents24.com/result.php?" + dateQuery + _loc1_ + _loc3_ + titleQuery + locationQuery + runQuery;
- trace(_loc2_);
- openSearchPage(_loc2_);
- }
- onReady();
-